Updated: 2010-03-20 06:53:51
I have an input box "product" besides it there is an add input button which adds another input box product upon clicking.This array of input boxes I have created is through document.createElement('input').
My autocomplete is working for the initial input box....now when I click add Input button...
Updated: 2010-03-20 05:36:13
I can't get my divs to use Jquery's resizable
specifically #action1
web site is
http://opentech.durhamcollege.ca/~intn2201/brittains/labs/
code is
Updated: 2010-03-20 05:27:16
Alright guys
I really need your help... I would like you to confirm if this is right or not please... I shall do my best to explain...
Right firstly I am using a membership script called simple member pro, you can see it here...
Updated: 2010-03-20 05:17:35
Hello sir
I have created a dynamic dropdown box containing a list of states ,when i click a particular state it populates corresponding list of cities in another dropdown box
Code:
---------
Updated: 2010-03-20 05:00:02
I am trying to learn javascript and have no idea why this wont work. I am very familiar with java but am very rusty with html and completely new to javascript.
Regardless of whether or not the regular expression is correct, this will not produce any sort of result:
Code:
---------
...
Updated: 2010-03-20 03:46:24
Hello,
I've been using XAMPP for my webserver to work for a long time already and also have been using google's SMTP server so my forum activation emails work and password recovery etc..
I've been having a lot of problems with emails this last week, I see a lot of un-activated users on my...
Updated: 2010-03-20 03:22:24
This is a common issue, however, I haven't found anything ( yet ) that points out a solution that I can find in my code. As usual, this site works with every single browser known to man ...........except for any version of IE. I have tried using IE's devel tools to no avail ....though I'm a...
Updated: 2010-03-20 02:51:14
hi
i keep seeing and reading on peoples post and articles on the internet that Microsoft access is not a good database platform for the web and it happens to be the only database platform i know. i might probably be wasting time trying to learn it. please if someone can throw more light on it and...
Updated: 2010-03-20 02:36:25
hi everyone i'm havin a problem with selecting data from two tables in a single database. i have a login page that looks like this
*login.cfm*
Code:
---------
Updated: 2010-03-20 02:27:34
Okay so I am making a flash game website and in the content I have a table that has the game icon and the game now. I was wondering if there was something that I could do, so when I add a new game it brings the game at the end of the first line to the second line, so I don't have to redo all the...
Updated: 2010-03-20 02:26:40
It is finished. Is it possible for anyone to go through and say what they think of the overall look of each of the following pages and include maybe one or two things I could do differently on css?
Index Page: kansasoutlawwrestling.com
Roster Page:...
Updated: 2010-03-20 01:56:43
Yay!! I got it with singel quotes. Thought I had previously tried that.
When inserting to an archive table with data selected from a 'live' table, I want also to input to the archived table, the name of the person who did it ~ $admin
I can't seem to work out how to get the $admin var into...
Updated: 2010-03-20 00:30:36
Hi,
I don't know if there is an easy way to style every 3rd div tag easily, i guess this type ofthing woul be done using PHP or Javascript.
What i am doing is:
I have a wrapper div and in that i have 6 div tags that are equal width (less than 1/3 of the wrapper div) and float left (so they...
Updated: 2010-03-19 23:59:05
For the record, im a noob at javascript & if there was a lvl below noob id use it to :D
Anyways, my code blow is supposed to automate on a website i use a quantity & submit with just one click using javascript. The help i got wasn't successful as it dosnt act as a URL or interact with the...
Updated: 2010-03-19 23:36:32
Code:
---------
$Target = "phrase 2"
$textarea_array=array("phrase 1","phrase 2");
foreach ($textarea_array as $XQuery) {
$html = "http://www.mysite.co.uk/search?api=" .$XQuery;
Updated: 2010-03-17 04:36:30
M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News March 2010 A by Matt Snider March 16, 2010 9:36 pm Here is a collection of interesting news from the first half of March . YUI 3 Gallery Competition In case you missed the announcement , YUI 3 is hosting a gallery widget competition . You still have a few days to get your submission ready . Check out the details YUI 3 Alloy Nate Cavanaugh and Eduardo Lundgren of Liferay have spent the last six months building a YUI3-based widget library . Not only did these guys write great widgets , but this library also helps fills in the gaps while we wait for YUI 3 to port all their YUI 2 widgets . http : www.yuiblog.com blog 2010 03 15 previewing-alloyui The Web Standards Cold War The Flash and Standards : The Cold War of the Web is a good article by Dan Mall proposing that developers get behind the standardization and improvement of one or more web-technology , instead of spending their time bashing the technologies they don't like . Worth a quick read . IE 8 Document Mode Demystified IE developers have finally written an article explaining how the browser chooses the document mode . If you use
Updated: 2010-03-05 18:41:00
M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options YUI 3 Number Gallery Component by Matt Snider March 5, 2010 10:41 am A while back I threw together a quick API port of the number.js from the YUI-Ext-MVC framework into the YUI 3 gallery . However , I did not give the API enough attention in my first pass , nor have I revisited it since . Today , I finally revisited the API to clean it up and add some sorely needed functions . Getting started You will need to include the module in your code : YUI({ filter : raw' , combine : true , timeout : 10000, modules : gallery-number' : fullpath : http : github.com mattsnider yui3-gallery blob master src gallery-number js number.js' , requires : optional : supersedes : use('gallery-number' , function(Y How to do it . Convert radians to degrees and vice-versa : var degreeValue Y.Number.degrees(radianValue var radianValue Y.Number.radians(degreeValue Evaluate if a number is between or not two other numbers : var bool Y.Number.isBetween(number , lowerBound , upperBound var bool Y.Number.isNotBetween(number , lowerBound , upperBound Evaluate if a number is even or odd : var bool Y.Number.isEven(number var bool
Updated: 2010-03-02 18:01:45
M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options Web Development News February 2010 B by Matt Snider March 2, 2010 10:01 am Let's take a moment and look back on the life and death of IE6. For those of you who missed the Mountain View funeral , there will be another one held in Colorado on the 4th . For details see http : ie6funeral.com May it rest in peace forever , and never , ever be used again . Now to move onto other recent news . Best Practices Article by Smashing Magazine Hopefully , you know most of this already , but it is a good read . http : www.smashingmagazine.com 2010 02 22 the-seven-deadly-sins-of-javascript-implementation Storage-Lite in YUI3 Ryan Grove has written a Storage Lite package for YUI 3. It isn't a port of YUI 2 Storage Utility but instead focuses only on the various native methods that existed pre HTML 5. It is a great package and some of these techniques will probably work their way into YUI Storage Utility . Read more about it at http : feeds.yuiblog.com r YahooUserInterfaceBlog 3 19tp3D3ag7Y Need a Job Work for YUI The YUI team is hiring . Find out more at http : feeds.yuiblog.com r YahooUserInterfaceBlog 3 myJCx4R3CMw
Updated: 2010-02-24 19:11:42
M att S nider.com Home RSS Feed Table of Contents Tags Archives About Options IE 8 Compatibility Issue with YUI 2 Selector Component by Matt Snider February 24, 2010 11:11 am I realized recently , in my work on Mint.com that the YAHOO.util.Selector.query function does not work properly in IE 8 compatibility mode when performing a search against the class and for attributes . The issue is that previous versions of IE defined these attributes names as className and htmlFor while IE 8 changed them to follow the standard . And a faulty if statement in the selector component does not properly use the legacy names when developers apply the X-UA-Compatible META tag to set compatibility modes . The Problem . The selector utility is using the following code : if YAHOO.env.ua.ie YAHOO.env.ua.ie However , according to the IE blog , this won't work : http : blogs.msdn.com ie archive 2009 02 16 just-the-facts-recap-of-compatibility-view.aspx When using the server-driven X-UA-Compatible META tag , due to technical reasons , the user-agent string is not changed . This means that the if statement will evaluate to false , thinking that the browser is IE 8, even though the server has indicated the